* configure.ac (opsysfile): Forgot to set it to empty on sol2-10
authorGlenn Morris <rgm@gnu.org>
Tue, 31 Jul 2012 06:46:42 +0000 (23:46 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 31 Jul 2012 06:46:42 +0000 (23:46 -0700)
when removing src/s/sol2-6.h yesterday.

ChangeLog
configure.ac

index fc8fcfe0ac015690b4a8150eb10351c4f71fc382..10fa6cff9c2d0196068dd0406831f6cd0ff65890 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-07-31  Glenn Morris  <rgm@gnu.org>
 
+       * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
+       when removing src/s/sol2-6.h yesterday.
+
        * configure.ac (USG5_4): Reintroduce this.
        (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
 
index a5a59f96b173e82adbe03a2140f3a3c44547dd56..78e701387979d3d6f3e8fecbb12d992214aeb5a7 100644 (file)
@@ -3811,7 +3811,7 @@ case $opsys in
   sol2-10)
     AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes
       on Solaris.])
-    opsysfile="s/sol2-6.h"
+    opsysfile=
     ;;
 esac